home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Amateur Radio User Group / AARUG UK #16 (199x)(Amiga Amateur Radio User Group UK)(PD)(Disk 1 of 2)[G4DCV].zip / AARUG UK #16 (199x)(Amiga Amateur Radio User Group UK)(PD)(Disk 1 of 2)[G4DCV].adf / s / startupii < prev   
Text File  |  1991-02-12  |  735b  |  22 lines

  1. resident c:Resident pure
  2. resident c:List pure ;pre-load LIST and CD
  3. resident c:CD pure
  4. resident c:Mount pure ;the next 3 are loaded for speed during startup
  5. resident c:Assign pure
  6. resident c:Makedir pure  
  7. ;make IF, ENDIF, ELSE, SKIP, ENDSKIP, and ECHO resident if
  8. ;you use scripts much, and can afford the ram.
  9. ;also make Failat, WAIT, and ENDCLI resident if you use IconX a lot
  10. makedir ram:t
  11. assign T: ram:t ;set up T: directory for scripts
  12. makedir ram:env ; set up ENV: directory
  13. assign ENV: ram:env
  14. makedir ram:clipboards ;set up CLIPS: assign
  15. assign CLIPS: ram:clipboards
  16. mount speak: ;just mounting doesn't take much ram at all
  17. mount aux:
  18. mount pipe:
  19. resident Makedir remove
  20. ;
  21. break 1 C ;signal to other process its ok to finish
  22.